home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / util2 / zipr40.zip / ZIPR40.ZPR / ZIPR.REV < prev    next >
Text File  |  1979-11-30  |  40KB  |  1,020 lines

  1.                  ZIP'R For DOS (Single-User) Revision History
  2.  
  3.  
  4. 06-12-93 ■ Version 4.0
  5.  
  6.            . Released ZIP'R v4.0 with version 2.0 of the ZIF Editor.
  7.            
  8.  
  9. 06-11-93 ■ Version 3.3  (Internal BETA Version.  Not Released.)
  10.  
  11.            . Eliminated slow screen drawing commands in the prelog
  12.              screen routines.  (The speed increase will be most 
  13.              noticeable when running under Windows.)
  14.  
  15.            . Revised prelog screen.  New screen eliminates unnecessary
  16.              information and presents the remaining information in a 
  17.              more visually appealing form.
  18.  
  19.            . Added installation program to automate the installation
  20.              process.  ZIP'R will now be distributed with the 
  21.              INSTALL.EXE and ZIPR??.BCF files only.
  22.              
  23.            . Updated registration number code.
  24.  
  25.            . Changed the location of the DontInterruptCompMessage
  26.              subroutine to eliminate the red flash prior to displaying
  27.              the query dialog box.
  28.  
  29.            . Removed hard-coded "C:" drive specification when ZIP'R 
  30.              exits.  Previously, ZIP'R would log to the root directory
  31.              of the C: drive.  Now, ZIP'R will log to the root 
  32.              directory of the drive on which ZIP'R was invoked.
  33.  
  34.            . Removed hard-coded "COMMAND.COM" references, and replaced
  35.              them with information gathered from the COMSPEC variable.
  36.              This should allow COMMAND.COM replacements, such as 
  37.              NDOS.COM and 4DOS.COM to operate correctly.
  38.  
  39.            . Removed dependence on the "System REM >" call to create
  40.              zero-length token files.  Now open a file and write
  41.              the filename to it.  (This method is faster, and
  42.              will not cause problems for NDOS, and possibly 4DOS.)
  43.  
  44.            . Modified command-line parameter handling to automat-
  45.              ically load the ZIF Editor if no parameters are 
  46.              entered on the ZIP'R command line.
  47.  
  48.            . Enhanced the AlternateDIR feature of ZIP'R to allow
  49.              moving more than one level deep from the compressed
  50.              file.  This enhancement allows ZIP'R to be completely
  51.              compatible with the Alternate Compressed File Directory
  52.              feature of the new ZIF Editor.
  53.  
  54.            . Corrected a potential problem when reading .ZIF files.
  55.              A GoTo label was placed in an IF...Then loop, which 
  56.              could have caused problems.
  57.  
  58.            . Corrected a problem reading the "CompressedFileName="
  59.              entry in the new style .ZIF files.  (New style .ZIF
  60.              files contain the compressed file extension, and this
  61.              must be removed before passing to ZIP'R.)
  62.              
  63.            . Added code to read new style .ZIF files generated by
  64.              version 1.4 of the ZIF Editor.
  65.  
  66.            . Corrected a display problem where a long command line
  67.              would corrupt the error message screen.
  68.  
  69.            . Added new FieldLength variable and deleted other field-
  70.              specific length variables in the prelog subroutine.
  71.  
  72.            . Modified prelog screen to allow room for information
  73.              regarding Cluster Size, Accurate File Size Calculation,
  74.              and Sorted Extraction.
  75.  
  76.            . Improved the speed of the deleted file scanning 
  77.              routine by deleting all files and/or sub-directories 
  78.              at once, rather than one at a time.
  79.  
  80.  
  81. 05-02-93 ■ Version 3.2
  82.            
  83.            . Fixed problem with ZIP'R not deleting .TK4 and .TK5
  84.              files when using the "Update" option.
  85.            
  86.            . Added a check in case one of the .TK4 or .TK5 files
  87.              does not exist, to make sure that both files are 
  88.              deleted before returning from the subroutine.
  89.            
  90.            . Changed "Update Only" to "Update" on the Update nag
  91.              screen.
  92.  
  93.            . Added a check to make sure that the .TK4 and .TK5
  94.              files exist before scanning for deleted files.  This
  95.              prevents ZIP'R from displaying the "Scanning for
  96.              deleted files..." message when compressing a program
  97.              that was left in an uncompressed state.  (This can 
  98.              occur when using the "ZIP-Q-U" options, and choosing not 
  99.              to compress the program after exiting the first time.)
  100.            
  101.            . Added a check to make sure that the .ZIP file exists
  102.              before generating the .TK4 and .TK5 files.  This 
  103.              prevents PKUNZIP.EXE from generating an error 
  104.              message.
  105.            
  106.            . Added a jump to display the "Scanning for deleted
  107.              files..." message if more than one file/directory
  108.              was deleted from the .ZIP file.  This prevents the
  109.              message from scrolling off the screen.
  110.            
  111.            . Changed "Searching for deleted files..." message to 
  112.              "Scanning for deleted files...".
  113.            
  114.            . Changed message during the check for deleted files 
  115.              from "Compression in progress..." to "Searching for
  116.              deleted files...".
  117.  
  118.            . Added a 32-bit CRC check comparing the old and new
  119.              file lists.  If the two values match, do not check
  120.              individual files for deleted files/directories.
  121.  
  122.            . Added twirling bars to the "Compression in progress.
  123.              Do NOT interrupt!" screen.  This feature provides an
  124.              activity indicator during processing.
  125.            
  126.            . Fixed a bug in the "Update" routine that was 
  127.              causing ZIP'R to fail to delete a user-deleted file 
  128.              from the original .ZIP file.
  129.            
  130.            . Fixed a bug in "Update" routine that was deleting
  131.              the wrong files from the original .ZIP file.  (No data 
  132.              was lost, because PKZIP updated the missing files.)
  133.              
  134.            . Added error message if "-U" option is used with ARJ,
  135.              LHA, or SQZ.  (These programs do not yet perform 
  136.              the necessary list file creation.)
  137.            
  138.            . Added "Query" code to ARJ, LHA, and SQZ modules.
  139.            
  140.            . Added delay screen with pause when unregistered copies 
  141.              of ZIP'R use the "Update" feature.
  142.            
  143.            . Fixed problem with ZIP'R not deleting the original 
  144.              .ZIP file if the "Update" option was also selected.
  145.            
  146.            . Added "Query" feature to ZIP'R For DOS.  Adding "-Q" to
  147.              the type of compression field will prompt the user 
  148.              whether to re-compress the program after it is exited.
  149.            
  150.            . Reduced code size in ZIP and ARJ modules by combining
  151.              redundant character strings into variables.
  152.            
  153.            . Added code to clear the screen between .TK4 and .TK5 
  154.              creation routines.
  155.            
  156.            . Changed the name of ZIP'R to ZIP'R For DOS.
  157.            
  158.            . Combined .TK4 and .TK5 creation routines into a
  159.              single sub-routine.  (OldFileList and NewFileList)
  160.            
  161.            . Shortened PKZIP command lines to reduce code size.
  162.            
  163.            . Fixed a display problem when the "Update" code
  164.              deleted a file from an existing .ZIP file.
  165.            
  166.            . Fixed a bug when reading the temporary file list
  167.              files that would never find a deleted file.  (EOF
  168.              marker was always found immediately.)
  169.            
  170.            . Changed method of comparing old and new file lists 
  171.              from String Arrays to standard files.  Compiler 
  172.              problems caused String Arrays to be too unreliable.
  173.              This method is slower, but does not have a limit on
  174.              the number of files that can be handled.
  175.            
  176.            . Added code to suppress the deletion of the .ZIP file
  177.              after decompression if "-U" appears in the ZipType
  178.              entry on the command line.
  179.            
  180.            . Added support to read the "-U" (Update Only) option
  181.              from the command line.  
  182.            
  183.            . Preliminary testing on the "Update" code indicates
  184.              up to a ten-fold improvement in compression speed.  The
  185.              most improvement is achieved on directories containing
  186.              a small number of large files.  Improvements of about 25% 
  187.              are achieved on directories containing a large number of 
  188.              small files.  (Code optimization should be able to 
  189.              improve this even further.)
  190.            
  191.            . Corrected a problem in the "Update" code where data 
  192.              from the old and new file lists was not being transferred
  193.              to the arrays properly.  (This caused an erroneous 
  194.              mis-match between the two array lists.)
  195.            
  196.            . Fixed a bug in the "Update" code where reading a 
  197.              line that contained an EOF marker as the last character
  198.              would prematurely abort.  (The solution is to read the 
  199.              line before checking for the EOF marker.)
  200.            
  201.            . Preliminary coding begun for "Update" compression.
  202.            
  203.            . Updated internal registration information.
  204.            
  205.            . Improved the accuracy of the Conventional memory 
  206.              calculation on the prelog screen.  (This figure should
  207.              still be slightly low, depending on the size of 
  208.              COMMAND.COM and environment.
  209.  
  210.  
  211. 03-24-93 ■ Version 3.1
  212.            
  213.            . Added time stamp on all files to indicate the version
  214.              number.
  215.            
  216.            . Added code to create another random filename if the
  217.              file corresponding to the first filename created already 
  218.              exists.  This could happen if a directory became filled 
  219.              with undeleted signal files, or if another copy of ZIP'R
  220.              had created a file with the same name (very unlikely).
  221.            
  222.            . Changed ARJ compression and decompression command lines
  223.              to place all the options in the same area.
  224.  
  225.            . Removed extra registration slots to reduce code size
  226.              by about 20K.
  227.            
  228.            . Added code to allow retail shareware versions to be
  229.              registered.
  230.            
  231.            . Now use BIOS when displaying "Calculating disk space
  232.              required for decompression..." warning message to 
  233.              prevent SQZ from overwriting previous text.
  234.            
  235.            . Changed the method used to read the temporary file, which
  236.              increased the speed of the Accurate File Size Calculation 
  237.              by almost a factor of two!
  238.  
  239.  
  240. 03-14-93 ■ Version 3.01
  241.            
  242.            . Registration updates to ZIP'R.  ZIF Editor v1.1
  243.              included in this release.
  244.  
  245.  
  246. 03-09-93 ■ Version 3.0
  247.  
  248.            . Released to public as version 3.0.
  249.  
  250.  
  251. 03-09-93 ■ Version 2.6
  252.  
  253.            . Fixed problem with ZIP'R finding compression programs
  254.              located in the \ZIPR sub-directory if no path was
  255.              specified in the ZIPR.INI.
  256.  
  257.            . Added initial "NO" value to SortedExtraction variable.
  258.  
  259.  
  260. 03-08-93 ■ Version 2.5
  261.  
  262.            . Added .ZIF file example to ZIP'R help screens.
  263.            
  264.            . Removed unnecessary variable declarations from 
  265.              ZIPR??.OBJ.
  266.            
  267.            . Fixed problem where DOS would report a "Path not
  268.              found." error message if there was no path.
  269.            
  270.            . Fixed potential problem with closing files that
  271.              may not have been opened.
  272.            
  273.            . Fixed problem with shifting and unshifting non-
  274.              existent DOS variables.  (Compiler corruption
  275.              problem.)
  276.            
  277.            . Compressed executable files to minimize disk space
  278.              used by ZIP'R.  ZIP'R executables now consume about
  279.              140K, instead of 790K!  In addition, the program 
  280.              loads more quickly on my test system.  Your mileage
  281.              may vary.
  282.              
  283.            . Streamlined code in ZIPR module to reduce program
  284.              size by about 1K.  (Moved percent variables to 
  285.              common section.)
  286.            
  287.  
  288. 03-05-93 ■ Version 2.4
  289.  
  290.            . Unreleased internal version, in preparation for
  291.              ZIP'R v3.0.
  292.            
  293.            . Streamlined code in EXEC module to reduce program
  294.              size by about 1K.
  295.  
  296.            . Streamlined code in INI and REGA modules to reduce
  297.              program size.  Code size reduced by about 2K.
  298.            
  299.            . Modified conventional memory calculation to 
  300.              calculate available memory after ZIP'R swaps to
  301.              EMS or disk.
  302.            
  303.            . Added support to ZIP'R to read alternate program
  304.              directory information from a .ZIF file.
  305.            
  306.            . Worked around a problem where "Compression in 
  307.              progress..." and "Decompression in progress..."
  308.              error messages were being overwritten by ARJ and 
  309.              SQZ.  (Problem related to Use Direct command.)
  310.  
  311.            . Added temporary registration numbers to ZIP'R code
  312.              to allow phone registrations.
  313.            
  314.            . Removed ZIP'R feature matrix variables from ZIP'R, 
  315.              since they are not presently being used.  
  316.            
  317.            . Added check for a non-existent .ZIF file.  Display
  318.              error message if file can not be found.
  319.            
  320.            . Added "ParameterCount" variable to indicate the 
  321.              number of command line parameters.  This variable
  322.              is modified directly when a .ZIF "Parameters" 
  323.              string is used.
  324.            
  325.            . Added support to read "Parameters" string generated
  326.              by the ZIF Editor.
  327.            
  328.            . Added command line processing to detect whether 
  329.              .ZIF file information should be used instead of
  330.              the command line parameters.
  331.  
  332.            . Modified ProcessCommandLine sub-routine to reduce 
  333.              dependence on DOS % variables.
  334.  
  335.            . Moved common routines from ZIPR??.OBJ and
  336.              ZIPRN??.OBJ to EXEC??.OBJ.
  337.            
  338.  
  339. 02-22-93 ■ Version 2.3
  340.  
  341.            . Removed extraneous variable declarations from ARJ,
  342.              LHA, SQZ, ZIP, ERROR, EXEC, and INI modules.
  343.            
  344.            . Added passed parameters P4 - P8 to help screens.
  345.            
  346.            . Added support to handle the display of extremely long 
  347.              ZIP'R command lines on the prelog screen.  Lines 
  348.              longer than 75 characters are truncated, and a 
  349.              warning message is displayed.  The actual command 
  350.              line is not affected by this truncation, only the 
  351.              display on the prelog screen.
  352.  
  353.            . Moved part of the code in the EXEC??.OBJ module to
  354.              the newly created INI??.OBJ module.
  355.            
  356.            . Added the capability to pass up to eight parameters
  357.              to a program being executed through ZIP'R.  Previous
  358.              versions were limited to four.
  359.            
  360.            . DESQview users must check the setting of:
  361.              Writes text directly to screen.......: [Y]
  362.              Since ZIP'R now uses direct screen writes to perform
  363.              some of its screen operations, this must be set to
  364.              "Y".
  365.                  
  366.            . Added code to work around a problem with using direct
  367.              screen writes in combination with box drawing routines.
  368.              Boxes would be drawn incorrectly if BIOS mode was not 
  369.              used for these routines.
  370.            
  371.            . Enabled direct video writes if a VGA adaptor is detected.
  372.              This increases the screen display speed under Windows and
  373.              DESQview.
  374.            
  375.            . Added check for /h, /H, or /? as the first parameter on
  376.              the command line, and if so, display the help screen.
  377.              Example:  ZIPR /H
  378.  
  379.            . Changed help screen text color to Bright White to allow 
  380.              screen captures to work properly.
  381.            
  382.            . Added check to see if ARJ.EXE, LHA.EXE, SQZ.EXE, PKZIP.EXE,
  383.              or PKUNZIP.EXE are available when needed.  ZIP'R will now
  384.              issue an error message if the proper file can not be found
  385.              in the ZIP'R sub-directory or in the directory specified 
  386.              in the ZIPR.INI file (registered versions only).
  387.            
  388.            . Corrected NoZipType error message display when %3 is not
  389.              specified on the command line.
  390.  
  391.            . Added path options for compression programs.  Registered
  392.              users may now specify a path for each compression program
  393.              used by ZIP'R.  These paths are specified under the 
  394.              [OPTIONS] section of the ZIPR.INI file.  Each path must
  395.              be on a separate line, and must be followed by a backslash.
  396.              
  397.              Example:  ARJ=C:\COMPRESS\ARJ\
  398.                        LHA=C:\COMPRESS\LHA\
  399.                        SQZ=C:\COMPRESS\SQZ\
  400.                        ZIP=C:\COMPRESS\ZIP\
  401.  
  402.  
  403. 02-14-93 ■ Version 2.2
  404.  
  405.            . Moved CompressionInProgress, DecompressionInProgress,
  406.              DontInterruptCompMessage, and DontInterruptDecompMessage
  407.              subroutines to ERROR??.OBJ file.
  408.            
  409.            . Modified command line display area on the prelog and
  410.              error message screens to only show "ZIPR" or "ZIPRN" 
  411.              instead of the fully qualified path.
  412.            
  413.            . Added SQZ to error messages and help screens.
  414.  
  415.            . Added check for invalid compression type.
  416.            
  417.            . Added command line display to all error message screens.
  418.  
  419.            . Corrected NoCommandProcessorOnPath error message, which
  420.              was referencing CONFIG.SYS instead of AUTOEXEC.BAT.
  421.            
  422.            . ZIP'R can now be located in any sub-directory desired.  
  423.              Set the ZIPR environment variable to the location of 
  424.              the ZIP'R files.  Example:  SET ZIPR=D:\ZIPR
  425.  
  426.  
  427. 02-07-93 ■ Version 2.1
  428.            
  429.            . Added SortedExtraction= option to ZIPR.INI file to allow      
  430.              files to be extracted in alphabetical order.  Registered
  431.              users may add the line SortedExtraction=YES to the 
  432.              [OPTIONS] section of the ZIPR.INI file.  This feature 
  433.              will have the effect of sorting all extracted files by 
  434.              name during the extraction process.  This feature works
  435.              with PKZIP/PKUNZIP v1.1, 2.04c, and 2.04e.  It does not
  436.              work with ARJ, LHA, or SQZ at this time.  If future 
  437.              versions of these archivers support this option, ZIP'R 
  438.              will be updated accordingly.
  439.  
  440.            . Improved AccurateFileSizeCalculation routine to 
  441.              compensate for wasted space due to cluster size 
  442.              (allocation units) when files are decompressed.  The
  443.              default cluster size used for these calculations is
  444.              4096 bytes.  Registered users may add the statement
  445.              ClusterSize= to the [OPTIONS] section of the ZIPR.INI
  446.              file.  The default value is ClusterSize=4096.  Valid 
  447.              cluster sizes are 512, 1024, 2048, 4096, and 8192.
  448.  
  449.            . Added CLS to DontInterruptCompMessage and 
  450.              DontInterruptDecompMessage sections.  This eliminated a
  451.              problem where the "Decompression in progress.  Do NOT  
  452.              interrupt!" warning message was overwriting the 
  453.              "Calculating disk space required for decompression.  
  454.              Please wait!" warning message.
  455.  
  456.            . Changed PKUNZIP command line to use the "brief" method
  457.              when calculating the disk space required for successful
  458.              decompression.  This increases the speed of this 
  459.              calculation slightly.
  460.            
  461.            . Changed "Calculating required disk space.  Please wait!"
  462.              error message to read, "Calculating disk space required
  463.              for decompression.  Please wait!"
  464.            
  465.            . Added the ability to execute programs that are
  466.              located one sub-directory below the compressed file.
  467.              To utilize this feature, specify the sub-directory 
  468.              (enclosed in backslashes) immediately prior to the
  469.              executable file name on the ZIP'R command line.  
  470.              Example:  ZIPR C: \TEST TEST ZIP \SUBTEST\PCSHELL
  471.            
  472.            . Added the ability to detect VCPI memory if running
  473.              under MS-DOS 5 with EMM386.EXE loaded.
  474.  
  475.            . Moved prelog and epilog display routines to separate
  476.              PRE??.OBJ module.
  477.  
  478.  
  479. 01-31-93 ■ Version 2.0
  480.            
  481.            . Fixed a bug that would cause ZIP'R to hang if no EMS
  482.              memory manager was present.  (Now detects if QEMM, 
  483.              386MAX, or EMM386 is present before checking for EMS
  484.              memory.)
  485.            
  486.            . Fixed a bug that would cause ZIP'R to hang if no VCPI 
  487.              provider was present.  (Now detects if QEMM or 386MAX
  488.              is present before checking for VCPI memory.)
  489.            
  490.            . Added support for registered users to defeat the
  491.              accurate file size calculation if disk space is not
  492.              a problem.  The following line should be added 
  493.              under the [OPTIONS] section of the ZIPR.INI file:
  494.              AccurateFileSizeCalculation=NO
  495.              
  496.            . Added [OPTIONS] section to the ZIPR.INI file.           
  497.            
  498.            . Changed ARJ and LHA command lines to use the shorter
  499.              "List" command instead of "View".  (Speeds up the
  500.              file size calculation.)
  501.  
  502.            . Corrected a problem in the CalculateExactFileSize
  503.              subroutine, where a string variable was being used
  504.              in an "Open" command, causing a myriad of problems.
  505.  
  506.            . Changed logic for more accurate detection of .ARJ, .LZH,
  507.              .SQZ, and .ZIP file information.
  508.  
  509.            . Added code to calculate the exact amount of disk space
  510.              needed to decompress .ARJ, .LZH, and .SQZ files.
  511.            
  512.            . Moved CheckSpaceForDecompression subroutine to EXEC.OBJ.
  513.  
  514.            . Added /x$QZ$$ZQ$.LST switch to SQZ command line to 
  515.              prevent error message when attempting to move that file.
  516.            
  517.            . Added CLS to clear the screen before displaying the 
  518.              warning message screens.
  519.            
  520.            . Added warning message to wait for disk space calculation.
  521.            
  522.            . Added code to calculate the exact amount of disk space
  523.              needed to decompress a .ZIP file.
  524.  
  525.            . Added code to generate psuedo-random filename for 
  526.              temporary token file.  (.TK3)
  527.  
  528.            . Added preliminary support for SQZ.  (Version 1.08.03
  529.              or higher required for "Move" operation.  Does not
  530.              support errorlevels, so use is risky at this time.)
  531.  
  532.  
  533. 01-28-93 ■ Version 1.9
  534.            
  535.            . Added 386MAX installed and version number information           
  536.              to prelog screen.
  537.              
  538.            . Added VCPI installed and version number information to 
  539.              prelog screen.
  540.  
  541.            . Enhanced prelog screen with additional information.
  542.              (QEMM installed and version, DPMI installed and version,
  543.              EMS version, and XMS version.)
  544.  
  545.            . Added check to see if XMS memory is installed prior to
  546.              evaluating the amount of memory installed.  (Compiler
  547.              documentation recommends this.)
  548.  
  549.            . Now swapping ZIP'R to EMS/Disk to provide additional room           
  550.              for compression programs.  (No known problems have been 
  551.              encountered, but this step was taken as a precaution.)
  552.  
  553.            . Now swapping ZIP'R to EMS/Disk to provide additional room
  554.              for decompression programs.  (Fixes problem where compressed
  555.              file could get deleted when running under DESQview with very 
  556.              small windows.  DOS would issue an out of memory error, but
  557.              no errorlevel would be set because the decompression program 
  558.              would not run.)
  559.  
  560.            . Added textured background to error message screens.
  561.  
  562.  
  563. 01-23-93 ■ Version 1.8
  564.  
  565.            . Changed format of ZIPRN.REV file.
  566.  
  567.            . Updated ZIPR.DOC file with ZIPR.INI related information.
  568.  
  569.            . Convert PrelogDelay= and EpilogDelay= statements in ZIPR.INI
  570.              to upper case.
  571.  
  572.            . Moved PrelogDelay and EpilogDelay to separate [DELAYS] section
  573.              in ZIPR.INI.  [DELAYS] section contains PrelogDelay=?? and
  574.              EpilogDelay=?? delays.
  575.  
  576.            . Shortened variable names in ERROR?? module.
  577.  
  578.            . Added "Delaying... ??" message to epilog screen.
  579.  
  580.            . Added registration information to epilog screen.
  581.  
  582.            . Added "Delaying... ??" message to prelog screen.
  583.  
  584.            . Shortened ProcessZIPRINI... variables.
  585.  
  586.            . Isolated problem with opening a non-existent .IN or .OUT
  587.              file.  (LPT1: Not printing.)
  588.  
  589.            . Added EpilogDelay and PrelogDelay options to ZIPR.INI file.
  590.              (Registered version only.)
  591.  
  592.            . Updated prelog to contain additional information about EMS,
  593.              Environment, XMS, DESQview, Windows, and a "Future" section.
  594.  
  595.            . Added compression and decompression in progress warning
  596.              messages.
  597.  
  598.            . Moved individual ARJ, LHA, and ZIP compression routines to
  599.              separate .OBJs.
  600.  
  601.            . Added encryption to COMP??.OBJ file.
  602.  
  603.            . Added [REGISTRATION] section, containing registration name
  604.              and number, to ZIPR.INI file.
  605.  
  606.            . Eliminated unnecessary strings and declarations in various
  607.              modules.
  608.  
  609.            . Reduced code size by using new centering routines.
  610.  
  611.            . Shortened background display routines for all screens.
  612.  
  613.            . Convert ZIPR.INI [-------] statements to uppercase before
  614.              processing.
  615.  
  616.            . Now closing .IN, .OUT, and .INI files after reading.
  617.  
  618.            . Added support to read ZIPR.INI file.
  619.  
  620.            . Added copyright notice to prelog screen and documentation.
  621.  
  622.            . Added ZIPREnvironment internal variable.
  623.  
  624.            . Combined COMP.OBJ and COMPN.OBJ routines into single
  625.              COMP??.OBJ file.
  626.  
  627.  
  628. 01-09-93 ■ Version 1.7
  629.  
  630.            . Increased non-registered delays to 10 seconds for prelog and
  631.              epilog.
  632.  
  633.            . Changed order of ZIP options to go from least to most
  634.              compression.
  635.  
  636.            . Located and worked around "tilde problem" in compiler.
  637.  
  638.            . Moved compression subroutines into a separate COMPN??.OBJ
  639.              file.
  640.  
  641.            . Added support for PKZIP 2.04c command line troubleshooting
  642.              parameters.  Extended PKZIP parameters can be used by
  643.              selecting codes from a chart shown in the ZIPR.DOC file.
  644.  
  645.            . Some advanced ZIP options have changed: ZIP0, ZIP2, and ZIP3
  646.              can ONLY be used for PKZIP 2.0.  Removed support for old PKZIP
  647.              1.1 -ei parameter. (ZIP2)   ZIP1 and ZIP4 are compatible with
  648.              both PKZIP 1.1 and 2.0.  See ZIPR.DOC for more information.
  649.  
  650.            . Added support for new PKZIP 2.04c command line compression
  651.              parameters.  Be cautious when upgrading, as this version of
  652.              PKZIP has some documented problems.  Read the trouble-shooting
  653.              section of the PKZIP documentation for more information.
  654.  
  655.            . Added trailing backslash to internal ZIPRPath variable.
  656.  
  657.            . Updated help screen display and information.
  658.  
  659.            . Clear screen prior to compression and after decompression.
  660.  
  661.            . Display COMSPEC path to command processor on prelog screen.
  662.  
  663.            . Display error message if COMMAND.COM is not on the path.
  664.              (DR DOS Problem.)
  665.  
  666.            . Revamped error message display routines and screens.
  667.  
  668.            . Changed the order that ZIP'R looks for executables to match
  669.              DOS.  (.COM, .EXE, .BAT)
  670.  
  671.            . Display help screen after all error messages.
  672.  
  673.  
  674. 01-03-93 ■ Version 1.6
  675.  
  676.            . Added code to center registered and non-registered text.
  677.  
  678.            . Improved insufficient disk space logic when compressed file
  679.              doesn't exist.
  680.  
  681.            . Adjusted insufficient disk space check up to 2.5.
  682.              (60% compression)
  683.  
  684.            . Added check for insufficient disk space before decompression
  685.              begins.
  686.  
  687.            . Added check for a non-existent program name.
  688.  
  689.            . Moved common code from ZIPR.OBJ and ZIPRN.OBJ to EXEC.OBJ.
  690.  
  691.            . Disabled Prelog screen if PrelogDelayTime is 0.
  692.  
  693.            . Disabled Epilog screen if EpilogDelayTime is 0.
  694.  
  695.            . Corrected minor centering problem on prelog screen.
  696.  
  697.            . Added separate delay times for Prelog and Epilog Screens.
  698.  
  699.            . Added Environment Space Available and EMS Memory Available
  700.              display.
  701.  
  702.            . Encrypted text messages in ERROR.OBJ.
  703.  
  704.  
  705. 12-26-92 ■ Version 1.5
  706.  
  707.            . First non-beta release!  All known bugs have been squashed.
  708.  
  709.            . Corrected minor centering problem when displaying command
  710.              line.
  711.  
  712.            . ZIP'R now checks to see if the proper decompression program is
  713.              available.
  714.  
  715.            . Added safety check to log to proper directory after program
  716.              execution.
  717.  
  718.            . Added safety check to log to proper directory prior to program
  719.              execution.
  720.  
  721.            . Added code to perform operations prior/subsequent to program
  722.              execution.  ZipFile.IN commands are passed to COMMAND.COM
  723.              prior to program.  ZipFile.OUT commands are passed to
  724.              COMMAND.COM subsequent to program.
  725.  
  726.            . Added check to prevent compressing the \ZIPR sub-directory.
  727.  
  728.            . Removed unnecessary variable declarations.
  729.  
  730.            . Added TokenName variable to reduce code size and complexity.
  731.  
  732.            . Removed internal dependence on %1 and %2 variables.
  733.  
  734.            . Moved CheckCommandLineLength subroutine to ERROR??.OBJ.
  735.  
  736.            . Split main program and message screens into separate modules.
  737.              (<64K .OBJ)
  738.  
  739.            . Removed internal dependence on %3 and %5 variables.
  740.  
  741.            . Solved cursor problems using a combination of methods.  Re-
  742.              enabled cursor after prelog, epilog, help, and error
  743.              screens.  Eliminated cursor prior to prelog, epilog, help, and
  744.              error screens.  Positioned cursor at the bottom of the screen
  745.              during ZIP'R messages.
  746.  
  747.            . Re-enabled cursor during prelog, epilog, help, and error
  748.              screens.  Stowaway would not display the cursor when run
  749.              through ZIP'R.  Rolodex Live! would not display the cursor
  750.              when run through ZIP'R.
  751.  
  752.  
  753. 12-16-92 ■ Version 1.4ß
  754.  
  755.            . If you are updating ZIP'R from a version older than
  756.              1.2ß, rename the file ZIPR.COM to ZIPR.OLD, and the file
  757.              ZIPRN.COM to ZIPRN.OLD.  Copy the new files into the
  758.              \ZIPR sub-directory.  You may have to update menu
  759.              programs, Windows, and DESQview to reflect the new .EXE
  760.              extensions for ZIPR.EXE and ZIPRN.EXE.
  761.  
  762.            . Added subroutine to center command line display.
  763.  
  764.            . Added command line display to prelog screen.
  765.  
  766.            . Removed trailing spaces at the end of some statements.
  767.  
  768.            . Replaced %ZIPR% environment variable with internal ZIPRPath
  769.              variable.
  770.  
  771.            . Eliminated cursor during prelog, epilog, help and error
  772.              screens.
  773.  
  774.            . Added DelayTime variable to adjust the registered/non-
  775.              registered delays.
  776.  
  777.            . Added ZIPRVersion variable to easily update version numbers.
  778.  
  779.            . Added encryption to variables and command lines.
  780.  
  781.            . Fixed problems with various ZIP'R messages not clearing the
  782.              screen.
  783.  
  784.            . Converted many existing lines of code into various
  785.              subroutines.
  786.  
  787.            . Updated and enhanced prelog, epilog, help, and error message
  788.              screens.
  789.  
  790.            . Fixed missing quotes in ErrorCode variables.
  791.  
  792.            . Incorporated all help/error/prelog/epilog screens into ZIP'R.
  793.              Created subroutines for Prelog, Epilog, Help, and Error
  794.              Messages.  ERRORN.COM file is no longer needed.  ZIP'R version
  795.              1.4ß no longer requires the ERRORN.COM file.  Rename this
  796.              file ERRORN.OLD.
  797.  
  798.            . Corrected help screen (ZIPR.EXE vs ZIPR.COM).
  799.  
  800.  
  801. 12-11-92 ■ Version 1.3ß
  802.  
  803.            . Changed "Done" section to use BLDChDrive and BLDChDir instead
  804.              of "Run".
  805.  
  806.            . Optimized "Quit" section using "Contains" to reduce code size.
  807.  
  808.            . Replaced "Run ERASE ..." statements with "BLDDel" to increase
  809.              speed.
  810.  
  811.            . Now using "RunString" on decompression commands to return
  812.              ERRORLEVEL.
  813.  
  814.            . Added ZipName, ZipType, ProgramName, PP1, PP2, PP3, and PP4
  815.              variables.
  816.  
  817.            . Removed extraneous ^^ symbols from strings.
  818.  
  819.            . Added DecompressZipFile subroutine.
  820.  
  821.            . Added CompressUsingARJ subroutine.
  822.  
  823.            . Added CompressUsingLHA subroutine.
  824.  
  825.            . Added CompressUsingZIP subroutine.
  826.  
  827.            . Fixed problem handling lowercase %4 input using ZipType
  828.              variable.
  829.  
  830.  
  831. 12-05-92 ■ Version 1.2ß
  832.  
  833.            . Now loading secondary command processor to improve
  834.              reliability.
  835.  
  836.            . Changed delay timer to new format (WAIT).
  837.  
  838.            . Use internal CHDIR and CHDRIVE commands to increase speed.
  839.  
  840.            . Swap ZIP'R to EMS/Disk to reduce overhead when running
  841.              .COM/.EXE.  After swapping, only about 2.5K of ZIP'R remains.
  842.  
  843.            . Now counting command line parameters and sending only those
  844.              needed.
  845.  
  846.            . Added LogToDriveAndDirectory Subroutine.
  847.  
  848.            . Command line parameters now converted to UPPERCASE.
  849.  
  850.            . New ZIP'R files are .EXEs.  ZIPR.COM and ZIPRN.COM should be
  851.              deleted.
  852.  
  853.            . Changed to totally new compiler.  (Many nagging bugs fixed!)
  854.  
  855.  
  856. 11-28-92 ■ Version 1.1ß
  857.  
  858.            . Removed %5 vs %5 %6 %7 %8 %9 statements.  (New compiler fixes
  859.              this.)
  860.  
  861.            . Recompiled with new compiler.  (Fixes passed parameter
  862.              problems.)
  863.  
  864.  
  865. 11-15-92 ■ Version 1.0ß
  866.  
  867.            . Added ERROR.COM file for ZIPR specific error/help messages.
  868.  
  869.            . Removed delays after HELP, PATHERR, and ROOTERR messages.
  870.  
  871.            . Positioned cursor at bottom of screen after error/help
  872.              messages.
  873.  
  874.            . Enhanced error screens with color.
  875.  
  876.            . Moved help screens and error messages to external file.
  877.  
  878.            . Updated ZIP'R help screen to show version number.
  879.  
  880.  
  881. 11-06-92 ■ Version 0.9ß
  882.  
  883.            . Corrected mistake in PATHERR error message.
  884.  
  885.            . Recompiled with new compiler.  (ZIPR.COM size is now
  886.              smaller.)
  887.  
  888.            . Shortened ARJ, LHA, and ZIP decompression routines.
  889.  
  890.  
  891. *** Created Network/Multitasker version of ZIP'R ***
  892.     Standard version of ZIP'R = ZIPR.COM
  893.     Network/Multitasker version of ZIP'R = ZIPRN.COM
  894.  
  895.  
  896. 10-27-92 ■ Version 0.8ß
  897.  
  898.            . Extended non-registered delay to 8 seconds.
  899.  
  900.            . Separated DRIVE: and \PATH command line parameters.
  901.  
  902.            . Updated documentation with DoorWay information.
  903.  
  904.            . Added support for various ZIP compression levels.
  905.  
  906.            . Tightened up ARJ command line code to reduce program size.
  907.  
  908.            . Re-worded help screen to reduce program size.
  909.  
  910.  
  911. 10-25-92 ■ Version 0.7ß
  912.  
  913.            . Added support for various ARJ compression levels.
  914.  
  915.            . Removed support for lower case letters on command line.
  916.  
  917.            . Removed support for mixed upper/lower case letters on command
  918.              line.
  919.  
  920.            . Added ARJT command line option to invoke archive integrity
  921.              check for ARJ.
  922.  
  923.            . Added /z2 option to LHA command line, disabling archived file
  924.              compression.
  925.  
  926.            . Added -js option to ARJ command line, disabling archived file
  927.              compression.
  928.  
  929.            . Updated ZIPR help screen examples to match ZIPR.DOC file.
  930.  
  931.            . Updated ZIPR.DOC file with DESQview information.
  932.  
  933.            . Added additional information to ZIPR.DOC file.
  934.  
  935.  
  936. 10-24-92 ■ Version 0.6ß
  937.  
  938.            . First version released to the general public via The Bertha
  939.              BBS.
  940.  
  941.            . Extended non-registered delay to 7 seconds.
  942.  
  943.            . Updated ZIPR.DOC file.
  944.  
  945.            . Updated command line examples.
  946.  
  947.            . Added ZIP'R version number to delay screen.
  948.  
  949.            . Changed Par1 - Par5 to P1 - P5.
  950.  
  951.            . Updated help screen to correct command line sequence.
  952.  
  953.  
  954. 10-22-92 ■ Version 0.5ß
  955.  
  956.            . Added commands to "bail out" if incorrect parameter %4 is
  957.              entered.
  958.  
  959.            . Changed order of command line parameters to a more logical
  960.              order.
  961.  
  962.            . Updated help screens.
  963.  
  964.            . Added a check for no/incorrect path entered.
  965.  
  966.  
  967. 10-21-92 ■ Version 0.4ß
  968.  
  969.            . Updated compiler commands for faster text display.
  970.  
  971.            . Added a root directory check to prevent compressing the entire
  972.              drive.
  973.  
  974.            . Added help screen when no parameters are entered on the
  975.              command line.
  976.  
  977.            . Added a check for passed parameter %5, disabling parameters
  978.              when blank.
  979.  
  980.  
  981. 10-21-92 ■ Version 0.3ß
  982.  
  983.            . Centered ANSI registration screens.
  984.  
  985.            . Added support for passing parameters to applications.
  986.  
  987.            . Changed name to ZIP'R to avoid conflicts with existing
  988.              software.
  989.  
  990.            . Added automatic batch file detection, eliminating %4.
  991.              (Performs CALL)
  992.  
  993.            . Changed compression type from NUL to NONE.
  994.  
  995.            . %4 now indicates the type of compression desired (ARJ, LHA,
  996.              ZIP, NONE).
  997.  
  998.            . Added ANSI registration screen when exiting ZIP'R.
  999.  
  1000.            . Updated internal paths to reflect the new name (ZIPR vs
  1001.              ZIPPER).
  1002.  
  1003.  
  1004. 10-20-92 ■ Version 0.2ß
  1005.  
  1006.            . Added ANSI registration screen when ZIP'R (ZIPPER) begins.
  1007.  
  1008.  
  1009. 10-20-92 ■ Version 0.1ß
  1010.  
  1011.            . Changed format to circumvent MS-DOS / DR-DOS compatibility
  1012.              problem.
  1013.  
  1014.            . Altered parameter order to a more logical sequence.
  1015.  
  1016.  
  1017. 10-20-92 ■ Version 0.0ß
  1018.  
  1019.            . Initial version of ZIP'R (ZIPPER) compiled.
  1020.